home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Full
/
Paragon Drive Backup 9
/
DB90_SE_x32.msi
/
Data1.cab
/
_33EAF0C0906C41FBAAE453EE01887250
< prev
next >
Wrap
Text File
|
2004-02-07
|
586b
|
31 lines
// WebHelp 5.10.001
// const strings
var gaProj = new Array();
var gsRoot = "";
function setRoot(sRoot)
{
gsRoot = sRoot
}
function aPE(sProjPath, sRootPath)
{
gaProj[gaProj.length] = new tocProjEntry(sProjPath, sRootPath);
}
function tocProjEntry(sProjPath, sRootPath)
{
if(sProjPath.lastIndexOf("/")!=sProjPath.length-1)
sProjPath+="/";
this.sPPath = sProjPath;
this.sRPath = sRootPath;
}
function window_OnLoad()
{
if (parent && parent != this && parent.projReady) {
parent.projReady(gsRoot, gaProj);
}
}
window.onload = window_OnLoad;